home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / angel_fr.swf / scripts / frame_4 / DoAction_6.as < prev    next >
Text File  |  2013-04-24  |  597b  |  23 lines

  1. frame_m.swapDepths(40000);
  2. energy_m.swapDepths(40001);
  3. timer_m.swapDepths(40002);
  4. level_m.swapDepths(40003);
  5. bg_spk_m.swapDepths(50000);
  6. ready_m.swapDepths(70000);
  7. hurry_up_m.swapDepths(70001);
  8. clear_m.swapDepths(70002);
  9. danger_m.swapDepths(70003);
  10. pause_screen.swapDepths(90001);
  11. pause_spk.swapDepths(90002);
  12. logo.swapDepths(90003);
  13. score_board.swapDepths(90004);
  14. game_over_m.swapDepths(90005);
  15. pause_screen._visible = false;
  16. var game_over_flag = false;
  17. var pause_flag = false;
  18. var old_time = 0;
  19. var make_speed = 300;
  20. var g_count = 0;
  21. var stage_num = 1;
  22. var kill_count = 0;
  23.